github.com/klauspost/compress/zstd.history.reset (method)

12 uses

	github.com/klauspost/compress/zstd (current package)
		decoder.go#L343: 		frame.history.reset()
		decoder.go#L492: 			d.frame.history.reset()
		decoder.go#L641: 	d.frame.history.reset()
		decoder.go#L678: 				hist.reset()
		decoder.go#L710: 		hist.reset()
		decoder.go#L734: 				hist.reset()
		decoder.go#L816: 		hist.reset()
		decoder.go#L823: 		hist.reset()
		decoder.go#L853: 		frame.history.reset()
		decoder.go#L893: 				hist.reset()
		decoder.go#L938: 	hist.reset()
		history.go#L35: func (h *history) reset() {